Gets a value by interpolating from a TimelineContext<(Of <(<'T>)>)>.
Namespace:
JanusAssembly: Janus (in Janus.dll)
Syntax
C# |
---|
public delegate T TimelineInterpolator<T>( Timeline<T> timeline, TimelineContext<T> context ) |
Parameters
- timeline
- Type: Janus..::..Timeline<(Of <(<'T>)>)>
The timeline being interpolated
- context
- Type: Janus..::..TimelineContext<(Of <(<'T>)>)>
The context from which to interpolate.
Type Parameters
- T